home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for i3intact.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IACONTROLGADGET_H = 1;
- include("real/iagad/r3iagad.js")
-
-
- var R3CLID_IACONTROLGADGET = 1342;
-
-
-
-
-
-
-
- R3IACONTROLGADA_ShowAccept = 1342500;
- function SetR3IACONTROLGADA_ShowAccept(value) {
- R3Set(this.r3obj, R3IACONTROLGADA_ShowAccept, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IACONTROLGADA_ShowAccept() {
- return R3Get(this.r3obj, R3IACONTROLGADA_ShowAccept, R3TID_BOOLEAN, 0);
- }
-
- R3IACONTROLGADA_ShowCancel = 1342501;
- function SetR3IACONTROLGADA_ShowCancel(value) {
- R3Set(this.r3obj, R3IACONTROLGADA_ShowCancel, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IACONTROLGADA_ShowCancel() {
- return R3Get(this.r3obj, R3IACONTROLGADA_ShowCancel, R3TID_BOOLEAN, 0);
- }
-
- R3IACONTROLGADA_ShowEdit = 1342502;
- function SetR3IACONTROLGADA_ShowEdit(value) {
- R3Set(this.r3obj, R3IACONTROLGADA_ShowEdit, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IACONTROLGADA_ShowEdit() {
- return R3Get(this.r3obj, R3IACONTROLGADA_ShowEdit, R3TID_BOOLEAN, 0);
- }
-
- R3IACONTROLGADA_AcceptGadget = 1342503;
- function GetR3IACONTROLGADA_AcceptGadget() {
- return R3ToJS(R3Get(this.r3obj, R3IACONTROLGADA_AcceptGadget, R3TID_OBJECT, 0));
- }
-
- R3IACONTROLGADA_CancelGadget = 1342504;
- function GetR3IACONTROLGADA_CancelGadget() {
- return R3ToJS(R3Get(this.r3obj, R3IACONTROLGADA_CancelGadget, R3TID_OBJECT, 0));
- }
-
- R3IACONTROLGADA_EditGadget = 1342505;
- function GetR3IACONTROLGADA_EditGadget() {
- return R3ToJS(R3Get(this.r3obj, R3IACONTROLGADA_EditGadget, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Iacontrolgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IACONTROLGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetShowAccept=GetR3IACONTROLGADA_ShowAccept;
- this.SetShowAccept=SetR3IACONTROLGADA_ShowAccept;
- this.GetShowCancel=GetR3IACONTROLGADA_ShowCancel;
- this.SetShowCancel=SetR3IACONTROLGADA_ShowCancel;
- this.GetShowEdit=GetR3IACONTROLGADA_ShowEdit;
- this.SetShowEdit=SetR3IACONTROLGADA_ShowEdit;
- this.GetAcceptGadget=GetR3IACONTROLGADA_AcceptGadget;
- this.GetCancelGadget=GetR3IACONTROLGADA_CancelGadget;
- this.GetEditGadget=GetR3IACONTROLGADA_EditGadget;
- }
-
- r3Iacontrolgadget.prototype=new r3Interactorgadget;
- // i3intact.h_H